type net/http.bodyEOFSignal
6 uses
net/http (current package)
transport.go#L2285: body := &bodyEOFSignal{
transport.go#L2891: type bodyEOFSignal struct {
transport.go#L2902: func (es *bodyEOFSignal) Read(p []byte) (n int, err error) {
transport.go#L2925: func (es *bodyEOFSignal) Close() error {
transport.go#L2940: func (es *bodyEOFSignal) condfn(err error) error {
transport.go#L2953: body *bodyEOFSignal // underlying HTTP/1 response body framing
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |